Plays the audio file in any available channel. It loops for the amount given. If "Loops" is 0 the sound is played once, if "Loops" is negative it repeats forever.
Plays the audio file in the ambience channel. It loops for the amount given. If "Loops" is 0 the sound is played once, if "Loops" is negative it repeats forever.
Stops the sound played in the ambience channel.
Plays the audio file in the music channel. It loops for the amount given. If "Loops" is 0 the sound is played once, if "Loops" is negative it repeats forever.
Stops the sound played in the music channel.
Plays the audio file in any available channel. It loops for the amount given. If "Loops" is 0 the sound is played once, if "Loops" is negative it repeats forever.
Returns an Audio > Audio Handle.
Stops the sound associated with the given audio handle.
Does nothing if the handle is invalid.
Sets the volume of the sound of the given audio handle. Must be between 0 and 1.
Does nothing if the handle is invalid.
Fades out the sound of the given audio handle.
Does nothing if the handle is invalid.